home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32-Tools / cdmpeg-110 / Include / debugsoff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-10  |  622 b   |  69 lines

  1.  
  2. #ifdef    D
  3.  #undef    D
  4. #endif
  5.  
  6. #ifdef    P
  7.  #undef    P
  8. #endif
  9.  
  10. #ifdef    Q
  11.  #undef    Q
  12. #endif
  13.  
  14. #ifdef    X
  15.  #undef    X
  16. #endif
  17.  
  18. #ifdef    PD
  19.  #undef    PD
  20. #endif
  21.  
  22. #ifdef    PF
  23.  #undef    PF
  24. #endif
  25.  
  26. #ifdef    PP
  27.  #undef    PP
  28. #endif
  29.  
  30. #ifdef    K
  31.  #undef    K
  32. #endif
  33.  
  34. #ifdef    KP
  35.  #undef    KP
  36. #endif
  37.  
  38. #ifdef    KPF
  39.  #undef    KPF
  40. #endif
  41.  
  42. #ifdef    PRINTF
  43.  #undef    PRINTF
  44. #endif
  45.  
  46. #define    D(x)    ;
  47. #define    Q(x)    ;
  48. #define    P(x)    ;
  49. #define    PF(x)    ;
  50. #define    PD(x,y)    ;
  51. #define    PP(x)    ;
  52. #define    X()    ;
  53.  
  54. #define    KP(x)    ;
  55. #define    KPF(x)    ;
  56. #define    K(x)    ;
  57.  
  58. #define    PRINTF    printf
  59.  
  60. #ifndef    DEBUG_UTILS
  61. #define    DEBUG_UTILS
  62.  
  63. #define    PFSTRING    "*no*string*"
  64. #define PFSTR(x) ((x) ? x : PFSTRING)
  65.  
  66. #endif
  67.  
  68.  
  69.